Added method so that SrvDaemon can be run in the foreground without all the
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 21 Nov 2005 11:44:43 +0000 (12:44 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 21 Nov 2005 11:44:43 +0000 (12:44 +0100)
commit8c4aff7e06e162ad70790fe273ccecfa53d4eb27
tree9f6dbdd1f020475745567b4974efbfd54c763487
parent0858255f541624da7727332757b8c3af01a2ec16
Added method so that SrvDaemon can be run in the foreground without all the
forking implied by the start method.  This makes it easier to run valgrind
against Xend, or run it with a pydebug-compiled Python.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/server/SrvDaemon.py